body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	background: url(../images/body_bg.png) repeat;
}
ul,li{ list-style: none;}
ul,
li,
a,
div,
p,
span {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #7f7f7f;
}

a:hover {
	color: #d80111;
}
.clear{ clear: both;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.contain {
	width: 1004px;
	margin: 0 auto;
}

.red {
	color: #d80111;
}

.head {
	background-color: #fffdfe;
	height: 205px;
	width: 100%;
	position:relative;
	z-index:99999;
}

.head .top {
	height: 35px;
	width: 100%;
	background: url(../images/topbg.jpg) repeat-x;
	line-height: 35px;
}

.head .top .topr {}

.head .top .topr a {
	display: inline-block;
	padding: 0 10px;
}

.head .lodiv {
	width: 100%;
	height: 122px;
	overflow: hidden;
}

.head .nav {
	width: 100%;
	height: 45px;
	background: url(../images/navbg.png) no-repeat center top;
}
.head .nav ul{ padding-left: 24px;}
.head .nav ul li{ float: left; width: 107px; text-align: center; position:relative; }
.head .nav ul li a{
	font-size: 16px;
	line-height: 44px;
	color: #b25603;
}
.head .nav ul li:hover a,.head .nav ul li.active a{
	color: #f00;
}
.head .nav ul li:hover div a,.head .nav ul li.active div a{
	color: #fff;
}
.head .nav ul li:hover div{
	display:block;
}
.head .nav ul li div{display:none;left:0px; top:37px;width:107px;position:absolute; padding:10px 0 ;background:#d70300; z-index:99999;}
.head .nav ul li div a{ color:#fff; display:block; line-height:36px; font-size:14px;}
.head .nav ul li div a:hover{ background:#c31e1c;}
.notice {
	background: url(../images/navbgb.jpg) no-repeat center top;
	height: 31px;
	width: 100%;
}
.notice .noti{
	padding-left: 124px;
	padding-top: 2px;
	line-height: 30px;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
}
.notice .weather{
	margin-left: 50px;
}
.banner {
	height: 454px;
	width: 100%;
	text-align: center;
}








.footer {
	background-color: #f5f5f5;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 200px;
}
.footer .footlink{
text-align: center;	
}
.footer .footlink a{
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	color: #333;
	display: inline-block;
	padding: 4px 16px 0;
}
.footer .footlink a:hover{color: #f30;}
.footer .copy{
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding-top: 20px;
	font-size: 14px;
}
.footer .beian{
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}


.weblink{
	margin: 20px 0 4px;
	background: #fdfdfd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.weblink .weblinkicon{
	background: url(../images/flink.jpg);
	width:175px;
	height: 173px;
	
}
.weblink .listlink{
	width:1000px;
	padding: 12px 0;
	height: 130px;
	overflow: hidden;
}
.weblink .listlink a{
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
}
